home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / qlib205.zip / QLIB.ZIP / HELP.BAT < prev    next >
DOS Batch File  |  1997-06-17  |  432b  |  13 lines

  1. @echo off
  2. CLS
  3. ECHO Read the following TXT files within \TXT for these help topics:
  4. ECHO.
  5. ECHO COMPILE.TXT - for help on compiling using QLIB BAT files
  6. ECHO FUNC.TXT - for a list of many functions within QLIB (beyond ANSI C)
  7. ECHO DEBUG.TXT - for help on debugging
  8. ECHO CALLBACK.TXT - for help on using call backs
  9. ECHO VIDEO.TXT - help on using QLIBs video system (VGA, VESA, modeX)
  10. ECHO.
  11. ECHO Plus many more help files.
  12.  
  13.